/* line 1, app/assets/stylesheets/legacy/routed/contact.scss */
.c-contact-help-plus__title {
  color: #8e8e8d;
  text-align: left;
}

@media (max-width: 769px) {
  /* line 1, app/assets/stylesheets/legacy/routed/contact.scss */
  .c-contact-help-plus__title {
    font-size: 1.4em;
    text-align: center;
  }
}

/* line 11, app/assets/stylesheets/legacy/routed/contact.scss */
.c-contact-help-plus__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
}

@media (min-width: 769px) {
  /* line 17, app/assets/stylesheets/legacy/routed/contact.scss */
  .c-contact-help-plus__content .c-contact-help-plus__description {
    font-size: 1.3em;
  }
}

@media (min-width: 769px) {
  /* line 11, app/assets/stylesheets/legacy/routed/contact.scss */
  .c-contact-help-plus__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    justify-content: space-around;
    text-align: left;
  }
}

@media (max-width: 768px) {
  /* line 31, app/assets/stylesheets/legacy/routed/contact.scss */
  .c-contact__section {
    margin-top: 24px;
  }
}

@media (max-width: 768px) {
  /* line 36, app/assets/stylesheets/legacy/routed/contact.scss */
  .c-contact__section p {
    margin-bottom: 0;
  }
}
